body {
	background-image: url(../images/hintergrund_jalousie_2500x100_pastell2.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#masthead {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 800px;
	background-image: url(../images/immobilien-gutachter_logo_228x213_transp.png);
	background-repeat: no-repeat;
}
#masthead img {
	float: right;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar {
	height: auto;
	width: 800px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
	background-color: #FFF;
	font-weight: bold;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar ul li {
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	height: 30px;
	color: #28A899;
	margin: 0px;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 30px;
	cursor: default;
	border: thin solid #28A899;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	background-color: #FFFDCA;
}
#navbar ul li a:hover, #navbar ul li a:active {
	-webkit-transition: ease .3s;
	color: #000;
	background-color: #28A899;
	border: thin solid #000;
}
#navbar ul li a.active {
	-webkit-transition: ease .3s;
	color: #000;
	background-color: #28A899;
	border: thin solid #000;
}
.activebutton {
	color: #000;
	background-color: #28A899;
}
#textbox {
	float: left;
	height: auto;
	width: 730px;
	background-color: rgba(255,255,255,0.6);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#textboxfull {
	background-color: #FFF;
	padding: 10px;
	float: left;
	height: auto;
	width: 680px;
	-webkit-border-radius:20px;
	-moz-border-radius:15px;
	border-radius:20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
}
#textboxhalf {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 325px;
	-webkit-border-radius:20px;
	-moz-border-radius:15px;
	border-radius:20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	clear: right;
	padding: 10px;
}

#textbox img {
	float: right;
	height: auto;
	width: 340px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#textbox h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#textbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
#textbox h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#textbox h6 a:link, #textbox h6 a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #3A00ED;
}

#textbox p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
}
#textbox p a:link, #textbox p a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03C;
	text-decoration: none;
}

#textbox p a:hover, #textbox p a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #06C;
	text-decoration: none;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: inline;
	float: left;
	height: auto;
	width: 730px;
	background-color: rgba(255,255,255,0.6);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #28A899;
}
